/*首页banner样式 -----*/
.hot-news {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.hot-news .box-header {
  border-bottom: 1px solid #efefef;
  line-height: 60px;
  position: relative;
}
.hot-news .box-header h2 {
      display: block;
    font-size: 32px;
    color: #006ab7;
    line-height: 200%;
}
.hot-news .box-header .box-tools {
  position: absolute;
  right: 10px;
  top: 0;
}
.hot-news .box-header .box-tools a {
  color: #999;
  font-size: 14px;
}
.hot-news .box-header .box-tools a:hover {
  color: #2487ec;
}
.hot-news .box-body {
  padding-top: 20px;
}
.hot-news .box-body li {
  margin-bottom: 20px;
}
.hot-news .box-body li .img-area {
  width: 85px;
  height: 60px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.hot-news .box-body li .img-area p {
  width: 100%;
  height: 100%;
}
.hot-news .box-body li .img-area p img {
  width: 100%;
  height: 100%;
}
.hot-news .box-body li .text-area h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
  word-break: break-all;
}
.hot-news .box-body li .text-area h3 a {
  color: #000;
}
.hot-news .box-body li .text-area h3 a:hover {
  color: #2487ec;
}
.hot-news .box-body li .text-area p.hint {
  font-size: 14px;
  color: #999;
}
.slider button.slick-next {
  width: 80px;
  height: 112px;
  position: absolute;
  margin-top: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);

  z-index: 2;
}
.slider button.slick-next:before {
  font-family: iconfont;
  content: "\e638";
  color: #999;
  font-size: 50px;
  opacity: 1;
}
.slider button.slick-next:hover {

}
.slider button.slick-next:hover:before {
  color: #fff;
}
.slider button.slick-prev {
  width: 80px;
  height: 112px;
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2;
}
.slider button.slick-prev:before {
  font-family: iconfont;
content: "\e68d";
  display: block;
  color: #999;
  font-size: 50px;
  opacity: 1;
}
.slider button.slick-prev:hover {
  
}
.slider button.slick-prev:hover:before {
  color: #999;
}
.slider .slick-slide {
  outline: none;
}
.index-wrap {
  /*banner*/
  /*news*/
  /*pro-wrap*/
  /*youshi-wrap*/
}
.index-wrap .banner {
  background: #f4f6f9;
}
.index-wrap .banner .slider.slick-slider {
  margin-bottom: 0;
}
.index-wrap .banner .slider .bannerbg img {
width:100%;
}
.index-wrap .banner .slider .content {
  text-indent: -9999em;
  height: 0;
  width: 0;
}
.index-wrap .banner .slider .slick-prev {
  left: 16%;
  z-index: 100;
}
.index-wrap .banner .slider .slick-next {
  right: 16%;
}
.index-wrap .banner .slider .slick-dots {
  bottom: 56px;
}
.index-wrap .banner .slider .slick-dots1,.index-wrap .banner .slider .slick-dots1 li{display:none;}
.index-wrap .banner .slider .slick-dots li {
  width: 9px;
  height: 20px;
}
.index-wrap .banner .slider .slick-dots li button {
  width: 15px;
  height: 15px;
  margin-top: 5.5px;
  background: #9acaff;
  border-radius: 90%;margin-right:20px;
}
.index-wrap .banner .slider .slick-dots li button:before {
  display: none;
}
.index-wrap .banner .slider .slick-dots li.slick-active {
  width: 16px;
  position: relative;
}
.index-wrap .banner .slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: #439df9;
    border: 3px solid #97c8f1;
    margin-right: 20px;
}
.index-wrap .banner .slider .slick-dots li.slick-active:before {
  content: "";
  background: url("../res/img/dot-line.png") no-repeat 0 0;
  width: 19px;
  height: 9px;
  position: absolute;
  left: -16px;
  top: 5.5px;
}
.index-wrap .banner .slider .slick-dots li.slick-active:first-child:before {
  left: auto;
  right: -17px;
}
.index-wrap .banner .slider .slick-dots li.slick-pass button {
  background: #97c8f1;border-radius: 90%;
}
.news-wrap .ul-sec .li-sec {
  width: 190px;background:#fff;
}
.news-wrap .ul-sec .li-sec:hover .box {background:#fff;
  margin-top: -10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px #e2edf8;
          box-shadow: 0 0 20px #dae7f5;
  cursor: pointer;
}
.news-wrap .ul-sec .li-sec:hover .box img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-wrap .ul-sec .li-sec:hover .box .text-area h3 a {
  color: #3f7fff;
}
.news-wrap .ul-sec .li-sec .box {
  border: 1px solid #efefef;
}
.news-wrap .ul-sec .li-sec .box .img-area {
  height: 96px;*height: 116px;
  overflow: hidden;
  cursor: pointer;padding-top:20px;
}
.news-wrap .ul-sec .li-sec .box .img-area img {
  height: 83px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.news-wrap .ul-sec .li-sec .box .text-area .hint {
  height: 20px;
}
.news-wrap .ul-sec .li-sec .box .text-area .hint span {
  height: 20px;
  line-height: 20px;
}
.news-wrap .ul-sec .li-sec .box .text-area .hint .ft {
  width: 180px;
  text-align: right;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.index-wrap .news-wrap .hot-news {
  height: 631px;
  border: 1px solid #efefef;
}
.index-wrap .news-wrap .hot-news .box-header h2 {
  position: relative;
}
.index-wrap .news-wrap .hot-news .box-header h2:before {
  content: "";
  width: 2px;
  height: 22px;
  background: #3f7fff;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-wrap .pro-wrap {
  background: #f7f7f7 url("../res/img/index/probg.jpg") no-repeat center bottom;
}
.index-wrap .pro-wrap .sec-layer {
  width: 100%;
}
.index-wrap .pro-wrap .sec-layer .sec-body .item {
  margin-bottom: 50px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .item h3 {
  font-size: 25px;
  color: #000;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .item h3:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #3f7fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li {
  margin: 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li button:before {
  font-size: 30px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  opacity: 1;
  color: #c3c9d0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li button:hover:before,
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li button:focus:before {
  color: #3f7fff;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li.slick-active button:before {
  color: #3f7fff;
}
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li.slick-active button:hover:before,
.index-wrap .pro-wrap .sec-layer .sec-body .slider .slick-dots li.slick-active button:focus:before {
  color: #3f7fff;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li {
  height: 325px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-top: 15px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box {
  width: 392px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 325px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area {
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area img {
  width: 100px;
  height: 100px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro {
  width: 128px;
  height: 128px;
  background: url(../res/img/index/sprite.png) no-repeat 0 0;
  display: block;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro1 {
  background-position: -256px -128px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro2 {
  background-position: -128px -128px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro3 {
  background-position: -256px 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro4 {
  background-position: -384px 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro5 {
  background-position: 0 -128px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro6 {
  background-position: -128px 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro7 {
  background-position: 0 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro8 {
  background-position: -384px -128px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro9 {
  background-position: 0 -256px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro10 {
  background-position: -128px -256px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro11 {
  background-position: -256px -256px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .img-area .ico-pro.pro-more {
  background-position: -384px -256px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area {
  border: none;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4 {
  font-size: 24px;
  height: auto;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4 a {
  color: #000;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area p.hint {
  font-size: 15px;
  line-height: 1.6;
  margin-left: 30px;
  margin-right: 30px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .text-area .more {
  display: none;
  margin-top: 20px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover {
  cursor: pointer;
  border-color: #3f7fff;
  -webkit-box-shadow: 0 20px 30px rgba(17, 46, 73, 0.12);
          box-shadow: 0 20px 30px rgba(17, 46, 73, 0.12);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px;
  z-index: 100;
  position: relative;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover .more {
  display: block;
  font-size: 16px;
  color: #3f7fff;
  font-weight: 700;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover .more i {
  font-weight: 700;
  margin-left: 5px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box:hover .more:hover {
  color: #0d78e4;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li .box .box-body {
  margin-top: 10px;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li:nth-child(3n),
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.lastli {
  margin-right: 0;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata {
  position: relative;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata .box:hover {
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata .box .img-area .ico-pro.pro4 {
  background-image: url(../res/img/index/ico-pro4-dis.png);
}
.index-wrap .pro-wrap .sec-layer .sec-body .ul-sec li.nodata .box .img-area .ico-pro.pro9 {
  background-image: url(../res/img/index/ico-pro9-dis.png);
}
.index-wrap .pro-wrap.zhuanjia-wrap {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-header {
  margin-bottom: 70px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .item {
  margin-bottom: 30px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec {
  position: relative;
  overflow: hidden;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec {
  margin-top: 30px;
  height: 280px;
  display: inline-block;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li {
  height: 400px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-right: 40px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box {
  width: 580px;
  height: 280px;
  border: 1px solid #ebebeb;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .img-area {
  margin: 0 38px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .img-area img {
  width: 120px;
  height: 120px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area {
  width: 380px;
  padding: 20px 40px 0 0;
  text-align: left;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area::after {
  content: '查看更多';
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 15px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h4::before {
  content: "";
  width: 3px;
  height: 28px;
  background: #3f7fff;
  position: absolute;
  left: 0;
  top: 0px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h3 {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  height: 30px;
  margin-bottom: 0;
  color: #3f7fff;
  padding-left: 0;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area h3::before {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box .text-area p.hint {
  padding-top: 10px;
  overflow: hidden;
  position: relative;
  height: 120px;
  line-height: 30px;
  text-align: justify;
  margin: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li .box:hover {
  cursor: default;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
  z-index: 100;
  position: relative;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec li:nth-child(2n) {
  margin-right: 0;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active {
  position: relative;
  z-index: 100;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover::before,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active::before {
  content: '';
  display: block;
  width: 580px;
  height: 290px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box {
  z-index: 1000;
  border: 1px solid #3f7fff;
  position: absolute;
  top: 0;
  height: 590px;
  padding: 0;
  background-color: #fff;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .box-body,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .box-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .img-area,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .img-area {
  margin: 0;
  width: 100%;
  height: 150px;
  background-color: #3f7fff;
  margin-bottom: 60px;
  position: relative;
  z-index: 80;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .img-area p,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .img-area p {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 30%);
      -ms-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area {
  padding: 0 60px;
  width: 450px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area::after,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area::after {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h4,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h4 {
  z-index: 70;
  width: 100%;
  text-align: center;
  padding-left: 0;
  line-height: 80px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h4::before,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h4::before {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h4::after,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #3f7fff;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area h3,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area h3 {
  margin-top: 10px;
  text-align: center;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec:hover .box .text-area .hint,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec-active .box .text-area .hint {
  height: 260px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec .li-sec.li-sec--last-row:hover .box {
  bottom: 0;
  top: auto;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec:hover .box .text-area h4,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec-active .box .text-area h4 {
  margin-bottom: 0;
  line-height: 50px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec:hover .box .text-area h4::after,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec-active .box .text-area h4::after {
  display: none;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec:hover .box .text-area p.hint,
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec-active .box .text-area p.hint {
  padding-top: 10px;
}
.index-wrap .pro-wrap.zhuanjia-wrap .sec-layer .sec-body .ul-sec.ul-sec--with-subtitle .li-sec .box .text-area p.hint {
  padding-top: 3px;
}
.index-wrap .pro-wrap.zhuanjia-wrap + .zhuanjia-wrap {
  padding-top: 0;
}
.index-wrap .youshi-wrap {
  border-bottom: 1px solid #e6e6e6;
  background: #f5f5f5 url("../res/img/index/youshibg.jpg") no-repeat center 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li {
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: -150px;
  height: 540px;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li:hover:before {
  opacity: 0.8;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .box {
  position: relative;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .box .box-body {
  width: 300px;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area {
  border: none;
  margin-top: 230px;
  background: none;
  padding: 45px 0 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 {
  font-size: 28px;
  height: auto;
  color: #000;
  position: relative;
  overflow: inherit;
  margin-bottom: 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 .bg {
  position: absolute;
  left: -3px;
  top: -42px;
  color: #dedede;
  font-size: 70px;
  font-family: dinlight;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 span {
  position: relative;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area h3 span em {
  color: #3f7fff;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area .hint {
  font-size: 15px;
  color: #000;
  text-align: justify;
  line-height: 1.6;
  position: relative;
  padding-top: 15px;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area .hint .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li .text-area .hint .bg .iconfont-yinhao {
  font-size: 32px;
  color: #dedede;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li.youshi1:before {
  background: url("../res/img/index/sprite-youshi.png") no-repeat -300px 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li.youshi2:before {
  background: url("../res/img/index/sprite-youshi.png") no-repeat -600px 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li.youshi3:before {
  background: url("../res/img/index/sprite-youshi.png") no-repeat 0 0;
}
.index-wrap .youshi-wrap .sec-layer .sec-body .ul-sec li:nth-child(2) {
  width: 600px;
}
.index-wrap .contact {
  background-image: url(../res/img/bg-contr.jpg);
  background-repeat: no-repeat;
  background-position: 20% 0;
  background-size: cover;
  padding: 0;
}
.index-wrap .contact .sec-layer {
  text-align: center;
  color: #fff;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-wrap .contact .sec-layer h2 {
  font-size: 40px;
  padding-bottom: 40px;
  line-height: 1;
  font-weight: 700;
}
.index-wrap .contact .sec-layer h3 {
  font-size: 28px;
  line-height: 60px;
}
.index-wrap .contact .sec-layer a {
  color: #fff;
}
.index-wrap .contact .sec-layer a:hover {
  color: #000;
}
.index-wrap .contact .sec-layer p {
  font-size: 22px;
}
.index-wrap .footer {
  background: #f5f5f5;
}


